* make-dist: Do not distribute admin/unidata/Makefile.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 22 Apr 2013 05:08:36 +0000 (22:08 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 22 Apr 2013 05:08:36 +0000 (22:08 -0700)
It is generated by 'configure'.

ChangeLog
make-dist

index 12b5549b40805fe12f28510a54ed87728ab8800e..a751f79aa75a18f33773e96bb1e97742337e9194 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-04-22  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * make-dist: Do not distribute admin/unidata/Makefile.
+       It is generated by 'configure'.
+
        * build-aux/update-subdirs: Don't leave subdirs.el~ behind.
        It messes up 'make distclean', and contains no useful information
        because it's a copy of subdirs.el.
index 283defe8a7d862d972e799ad143f02680bd3193e..e1e62c895c7eccc90eeecf29f8ff40c6600922c2 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -439,6 +439,9 @@ echo "Making links to \`lwlib'"
 
 echo "Making links to \`admin' and its subdirectories"
 for f in `find admin -type f`; do
+  case $f in
+    admin/unidata/Makefile) continue ;;
+  esac
   ln $f $tempdir/$f
 done